| SyPerson |
| Logical Entity Name | SyPerson |
| Default Table Name | SyPerson |
| Physical Only | NO |
| Owner | dbo |
| Definition | |
| Note |
| SyPerson Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SyPersonId |
int | NO | ||
| LastName | nvarchar(128) | NO | ||
| FirstName | nvarchar(128) | YES | ||
| MiddleName | nvarchar(100) | YES | ||
| MaidenName | nvarchar(70) | YES | ||
| NickName | nvarchar(70) | YES | ||
| SSN | nvarchar(30) | YES | ||
| DOB | datetime | YES | ||
AmTitleID |
int | YES | ||
| AmSexId | int | YES | ||
| AmMaritalId | int | YES | ||
| IsActive | bit | NO | ||
| IsDeleted | bit | NO | ||
| UserId | int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO | ||
| RecordId | int | YES | ||
| FullName | AS ((ltrim(rtrim([LastName]))+', ')+ltrim(rtrim(isnull([FirstName],'')))) |
| SyPerson Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_SyPerson | PrimaryKey | SyPersonId |
| SyPerson Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| amTitle | Non-Identifying | Zero or One to Zero or More | FK_SyPersonAmTitleID_AmTitleAmTitleID | AmTitleID | NO | YES |
| Child Relationships: |
| SyPerson Check Constraints |
| Check Constraint Name | CheckConstraint |
| SyPerson Storage |
| STORAGE OPTION | STORAGE VALUE |
| Filegroup | PRIMARY |
| Text Image File Group |
| SyPerson Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.Person |
NO | |||
| Physical (Microsoft SQL Server) dbo.SyPerson |
NO |
| SyPerson Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Logical | Employers |
| Logical | Incidents |
| Physical (Microsoft SQL Server) | Main Model |
| Physical (Microsoft SQL Server) | System |
| SyPerson Data Movement Rules |
| Name | Type | Rule Text/Value |